@charset "utf-8";
#main {
    background-color: #f4f4f4;
}

#page-area {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    margin: 0 auto;
    padding: 70px 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

h1 {
    background: #e9e9e9;
    font-family: 'Noto Sans TC';
    font-size: 28px;
    line-height: 36px;
    padding: 20px 4%;
    margin: 0 4% 60px;
}

section.page-section {
    padding: 0 8%;
    overflow: hidden;
    position: relative;
}


/* 訂票??說? */

h2.service-note {
    font-size: 21px;
    color: #cb0000;
    font-family: 'Noto Sans TC';
    font-weight: normal;
    line-height: 30px;
}

hr {
    border-top: 1px solid #c1c1c1;
    width: 400px;
}

ol.service-list {
    font-size: 16px;
    padding: 10px 0;
    line-height: 28px;
}

ol.service-list li {
    margin-bottom: 25px;
    font-family: 'Noto Sans TC';
}


/* ?於??*/

h3.about-title {
    font-size: 21px;
    color: #cb0000;
    font-family: 'Noto Sans TC';
    font-weight: normal;
    line-height: 30px;
    border: solid 1px #cb0000;
    display: inline-block;
    padding: 5px 10px;
    margin: 20px 0;
}

h4.about-tool-titel {
    color: #CC3300;
    font-size: 16px;
    font-family: 'Noto Sans TC';
    line-height: 40px;
}

section p {
    font-size: 16px;
    font-family: 'Noto Sans TC';
    line-height: 28px;
}

ul li {    
    font-family: 'Noto Sans TC';
    line-height: 28px;
}

ul.about-list {
    font-size: 16px;
    line-height: 30px;
    margin-left: 20px;
}

ul.about-list li {
    font-family: 'Noto Sans TC';
    list-style: disc;
    width: 33.33%;
    float: left;
}

.about-map {
    float: left;
    width: 50%;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    line-height: 28px;
}

.about-map span {
    font-family: 'Noto Sans TC';
    margin-bottom: -16px;
}

i.fa-map-marker {
    color: #b63333;
    margin: 0 10px;
    font-size: 24px;
}


/* ?絡??*/

h3.contact-title {
    font-size: 21px;
    font-family: 'Noto Sans TC';
    font-weight: normal;
    line-height: 30px;
    margin: 20px 0;
}

h3.contact-title .fa-briefcase {
    color: #04afff;
    color: #5c1410;
    color: #6d7be3;
    color: #a0795d;
    margin-right: 10px;
}

.contact-list {
    width: 60%;
    float: left;
    margin: 25px 0;
}

ul.contact-info {
    float: left;
    font-size: 16px;
    line-height: 28px;
}

ul.contact-info:first-child {
    width: 55%;
    float: left;
    margin-right: 5%;
}

ul.contact-info:last-child {
    width: 40%;
    float: left;
}

ul.contact-info li {
    font-family: 'Noto Sans TC';
    margin-bottom: 20px;
}

.contact-map {
    width: 40%;
    float: left;
}

/* ?客???知 */

h2.info-title {
    font-size: 21px;
    color: #cb0000;
    font-family: 'Noto Sans TC';
    font-weight: normal;
    line-height: 30px;
    margin-top: 20px;
}

.info-note {
    color: #cd1111;
    font-family: 'Noto Sans TC';
}

.page-section .mobile {
	display: none;
}

/*================== latest news ==================*/
 
.news-content {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 8%;
}
.news-aside {
    width: 30%;
    float: left;    
    padding: 0 20px;
    line-height: 40px;
}
.news-aside li {
    width: 100%;
    height: 55px;
    background: #f1f1f1;
    margin-bottom: 2px;
    padding: 13px 40px;
    font-size: 16px;
}
.news-aside a {
    color: #2c2c2c;
}
.news-aside-title {
    color: #f56b6b;
}
.news-aside-title .fa {
    margin-right: 5px;
    font-size: 18px;
}
.news-aside .select {
    background: #2c2c2c;
    color: #fff;
}
.news-tool {
    width: 70%;
    float: left;
    padding: 0 40px;
}
.news-tool-title {
    width: 100%;
    font-size: 30px;
    font-weight: normal;
    padding: 20px 0;
    border-bottom: solid 1px #cdcdcd;
    margin-bottom: 25px;
}
.news-tool-txt {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news-tool-txt img{
    width: auto;
    height: auto;
}

.newsItem{
    border-bottom: 1px dashed #c4c4c4;
    padding: 10px;
    margin:20px 0 50px; 
}
.newsItem-date{
    background: #f56b6b;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    display:inline-block;
    font-size: 13px;
    letter-spacing: .05em;
}
.newsItem-date .fa{
    color: #fff;
    font-size: 14px;
}
.newsItem-title{
    font-size: 15px;
    padding: 5px 5px 0;
    letter-spacing: .1em;
    color: #2c2c2c;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.newsItem-title:hover{
    color: #f56b6b;
}



@media (max-width: 1024px) {
    /* ?絡??*/
    .contact-list {
        width: 50%;
    }
    .contact-map {
        width: 50%;
        margin: 40px 0;
    }
    ul.contact-info:first-child,
    ul.contact-info:last-child {
        width: 100%;
        float: none;
    }
    .news-aside {
        width: 95%;
        float: none;
        margin: 0 auto 50px;
        padding: 0;
    }
    .news-tool {
        width: 95%;
        float: none;
        margin: auto;
        padding: 0;
    }
}

@media (max-width: 768px) {
    #main {
        background: #fff;
    }
    #page-area {
        box-shadow: none;
        padding: 30px 0;
    }
    section.page-section {
        padding: 0 4%;
        margin-bottom: 10px;
    }
    h1 {
        line-height: 30px;
        padding: 15px 4%;
        margin: 0 0 40px;
    }
    /* ?於??*/
    ul.about-list li {
        width: 50%;
    }
    .about-map {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    /* ?絡??*/
    .contact-list,
    .contact-map {
        width: 100%;
        float: none;
    }
    .contact-map {
        margin-bottom: 0;
    }
    
    /* ?客???知 */
    .page-section .mobile {
	    display: block;
    }
    .page-section .pc {
	    display: none;
    }

    .newsItem {
        margin: 20px 0;
    }
    .news-tool-txt img{
        width: 90%;
        height: auto;
    }
}

@media (max-width: 500px) {
    h1 {
        margin-bottom: 30px;
    }
    h1 span {
        display: block;
        font-size: 21px;
    }
    /* 訂票??說? */
    h2.service-note {
        font-size: 21px;
    }
    hr {
        width: 100%;
    }
    /* ?於??*/
    ul.about-list li {
        width: 100%;
        float: none;
    }
    .about-map span {
        display: block;
    }
}
